home *** CD-ROM | disk | FTP | other *** search
- Message-ID: <31549C29.4F2C@globalnet.co.uk>
- Date: Sat, 23 Mar 1996 16:49:45 -0800
- From: David Wrigley <dwrigley@globalnet.co.uk>
- X-Mailer: Mozilla 2.0 (Win16; I)
- MIME-Version: 1.0
- Newsgroups: comp.lang.c++
- Subject: Windows 3.x Memory Objects
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- NNTP-Posting-Host: client8243.globalnet.co.uk
- Path: news.globalnet.co.uk!
-
- Can anyone enlighten me as to the differences in memory objects that
- would be created using 'new' and say, for example, 'GlobalAlloc' in a
- Windows 3.x program.
-
- I understand what i buy using the SDK functions, but don't understand
- what I would get with 'new'.
-
- Up to now, I have overloaded 'new' and mapped onto an SDK memory
- allocation function, with a fixed allocation flag (eg GHND)
-
- Any help would be appreciated.
- TIA
-
- Dave Wrigley <dwrigley@globalnet.co.uk>
-